iT邦幫忙

0

PYTHON 學習筆記 013

  • 分享至 

  • xImage
  •  

#類別clase
#物件object

class Personality:
    def __init__(self,bloodtype,sexual,pets,is_graduated):
        self.bloodtype = bloodtype
        self.sexual = sexual
        self.pets = pets
        self.is_graduated = is_graduated

person1 = Personality("A","Female",2,True)
print (person1.sexual)
person2 = Personality("O","Male",33,False)
print (person2.pets)

https://ithelp.ithome.com.tw/upload/images/20230213/20156136I2jyhG7Z8G.jpg


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言